CSharpTest.Net
SetList<T> Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace : SetList<T> Class


Glossary Item Box

The following tables list the members exposed by SetList<T>.

Public Constructors

 NameDescription
Public ConstructorSetList<T> ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCountReturns the count of items in the list  
Public Propertystatic (Shared in Visual Basic)EmptySetProvides an empty set  
Public PropertyIsReadOnlyReturns true if the list is read-only  
Public PropertyItemAccess an item by it's ordinal offset in the list  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Returns a new collection adding the item provided  
Public MethodAddRangeAdds a range of items to the collection  
Public MethodClearRemoves all items from the collection  
Public MethodCloneReturns a shallow clone of this object  
Public MethodComplementOfReturns the items in the provided set that are not in this set  
Public MethodContainsReturns true if the item is already in the collection  
Public MethodCopyToCopy the collection to an array  
Public MethodExclusiveOrWithReturns the items in this set that are not in the provided set  
Public MethodGetEnumeratorReturns a typed enumerator  
Public MethodIndexOfReturns the zero-based index of the item or -1  
Public MethodIntersectWithReturns the set of items that are in both this set and the provided set  
Public MethodIsEqualToReturns true if all items in this set are also in the provided set  
Public MethodIsSubsetOfReturns true if all items in this set are also in the provided set  
Public MethodIsSupersetOfReturns true if all items in the provided set are also in this set  
Public MethodRemoveReturns a new collection with the item provided removed  
Public MethodRemoveAllRemoves the items in this set that are not in the provided set  
Public MethodRemoveAtRemoves an item by it's ordinal index in the collection  
Public MethodReplaceAdds or replaces an item in the collection, returns true if an entry was replaced  
Public MethodReplaceAllAdds or replaces an item in the collection, returns true if any item was replaced  
Public MethodSubtractSetReturns the items in this set that are not in the provided set  
Public MethodToArrayReturns this collection as an array  
Public MethodUnionWithReturns the set of items that are in either this set or the provided set  
Top

See Also

Generated with Document! X 2011 by Innovasys